-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.github: prettify DCO check display name #3113
Conversation
d7a9ce5
to
c25a612
Compare
Codecov Report
@@ Coverage Diff @@
## master #3113 +/- ##
==========================================
- Coverage 84.90% 84.89% -0.02%
==========================================
Files 329 329
Lines 44239 44239
==========================================
- Hits 37563 37555 -8
- Misses 5168 5172 +4
- Partials 1508 1512 +4
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But maybe it's better this way here.
.github/workflows/run_tests.yml
Outdated
@@ -153,3 +153,7 @@ jobs: | |||
|
|||
- name: Run tests | |||
run: go test -v -race ./... | |||
|
|||
dco: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not exactly a test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the updated version, how about it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we'll add something else later to the Contribution guidelines
.
930626d
to
bf3c1a0
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Extend the YAML scope and prettify the job check name. Signed-off-by: Anna Shaleva <[email protected]>
Make it unified with the rest of workflow files. Signed-off-by: Anna Shaleva <[email protected]>
ac3ecb3
to
f330aaf
Compare
@roman-khimov, this happens due to CodeQL workflow file renaming, and I think it's OK. |
Unify it with tests workflow and make the name pretty.
Before:
After: